home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / multimed / wavemake / wmwin.exe / 0 / RCDATA / TGATEDLG / TGATEDLG.txt
Text File  |  1996-04-23  |  8KB  |  274 lines

  1. object gateDlg: TgateDlg
  2.   Left = 149
  3.   Top = 234
  4.   HelpContext = 3150
  5.   ActiveControl = thresholdEdit
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Gate'
  9.   ClientHeight = 192
  10.   ClientWidth = 319
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 305
  22.     Height = 105
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 57
  30.     Height = 13
  31.     Caption = 'Threshold'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 56
  36.     Width = 88
  37.     Height = 13
  38.     Caption = 'Attack duration'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 16
  42.     Top = 80
  43.     Width = 87
  44.     Height = 13
  45.     Caption = 'Decay duration'
  46.   end
  47.   object fromFile: TLabel
  48.     Left = 16
  49.     Top = 104
  50.     Width = 45
  51.     Height = 13
  52.     Caption = 'fromFile'
  53.     Visible = False
  54.   end
  55.   object toFile: TLabel
  56.     Left = 72
  57.     Top = 104
  58.     Width = 32
  59.     Height = 13
  60.     Caption = 'toFile'
  61.     Visible = False
  62.   end
  63.   object Bevel2: TBevel
  64.     Left = 8
  65.     Top = 120
  66.     Width = 305
  67.     Height = 31
  68.   end
  69.   object gauge: TGauge
  70.     Left = 16
  71.     Top = 125
  72.     Width = 289
  73.     Height = 20
  74.     ForeColor = clLime
  75.     Progress = 0
  76.   end
  77.   object rangeLabel: TLabel
  78.     Left = 16
  79.     Top = 32
  80.     Width = 64
  81.     Height = 13
  82.     Caption = 'rangeLabel'
  83.   end
  84.   object CancelBtn: TBitBtn
  85.     Left = 120
  86.     Top = 158
  87.     Width = 81
  88.     Height = 27
  89.     Cursor = crArrow
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 0
  94.     OnClick = CancelBtnClick
  95.     Glyph.Data = {
  96.       DE010000424DDE01000000000000760000002800000024000000120000000100
  97.       0400000000006801000000000000000000000000000000000000000000000000
  98.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  99.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  100.       333333333333333333333333000033337733333333333333333F333333333333
  101.       0000333911733333973333333377F333333F3333000033391117333911733333
  102.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  103.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  104.       3333F7330000333333911111173333333337F333333F73330000333333311111
  105.       7333333333337F3333373333000033333339111173333333333337F333733333
  106.       00003333339111117333333333333733337F3333000033333911171117333333
  107.       33337333337F333300003333911173911173333333373337F337F33300003333
  108.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  109.       37F337F300003333333333333919333333377333337FFF730000333333333333
  110.       3333333333333333333777330000333333333333333333333333333333333333
  111.       0000}
  112.     Margin = 2
  113.     NumGlyphs = 2
  114.     Spacing = -1
  115.     IsControl = True
  116.   end
  117.   object HelpBtn: TBitBtn
  118.     Left = 208
  119.     Top = 158
  120.     Width = 81
  121.     Height = 27
  122.     HelpContext = 3150
  123.     TabOrder = 1
  124.     OnClick = HelpBtnClick
  125.     Kind = bkHelp
  126.     Margin = 2
  127.     Spacing = -1
  128.     IsControl = True
  129.   end
  130.   object thresholdEdit: TEdit
  131.     Left = 112
  132.     Top = 16
  133.     Width = 169
  134.     Height = 21
  135.     TabOrder = 2
  136.     Text = 'thresholdEdit'
  137.     OnClick = thresholdEditExit
  138.     OnEnter = thresholdEditEnter
  139.     OnExit = thresholdEditExit
  140.     OnKeyPress = thresholdEditKeyPress
  141.   end
  142.   object attackEdit: TEdit
  143.     Left = 112
  144.     Top = 56
  145.     Width = 169
  146.     Height = 21
  147.     TabOrder = 4
  148.     Text = 'attackEdit'
  149.     OnClick = attackEditExit
  150.     OnEnter = attackEditEnter
  151.     OnExit = attackEditExit
  152.     OnKeyPress = attackEditKeyPress
  153.   end
  154.   object decayEdit: TEdit
  155.     Left = 112
  156.     Top = 80
  157.     Width = 169
  158.     Height = 21
  159.     TabOrder = 6
  160.     Text = 'decayEdit'
  161.     OnClick = decayEditExit
  162.     OnEnter = decayEditEnter
  163.     OnExit = decayEditExit
  164.     OnKeyPress = decayEditKeyPress
  165.   end
  166.   object thresholdSpin: TSpinButton
  167.     Left = 280
  168.     Top = 17
  169.     Width = 20
  170.     Height = 19
  171.     DownGlyph.Data = {
  172.       A6000000424DA600000000000000760000002800000009000000060000000100
  173.       0400000000003000000000000000000000000000000000000000000000000000
  174.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  175.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  176.       0000333303333000000033300033300000003300000330000000300000003000
  177.       00003333333330000000}
  178.     TabOrder = 3
  179.     UpGlyph.Data = {
  180.       A6000000424DA600000000000000760000002800000009000000060000000100
  181.       0400000000003000000000000000000000000000000000000000000000000000
  182.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  183.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  184.       0000300000003000000033000003300000003330003330000000333303333000
  185.       00003333333330000000}
  186.     OnDownClick = thresholdSpinDownClick
  187.     OnUpClick = thresholdSpinUpClick
  188.   end
  189.   object attackSpin: TSpinButton
  190.     Left = 280
  191.     Top = 57
  192.     Width = 20
  193.     Height = 19
  194.     DownGlyph.Data = {
  195.       A6000000424DA600000000000000760000002800000009000000060000000100
  196.       0400000000003000000000000000000000000000000000000000000000000000
  197.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  198.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  199.       0000333303333000000033300033300000003300000330000000300000003000
  200.       00003333333330000000}
  201.     TabOrder = 5
  202.     UpGlyph.Data = {
  203.       A6000000424DA600000000000000760000002800000009000000060000000100
  204.       0400000000003000000000000000000000000000000000000000000000000000
  205.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  206.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  207.       0000300000003000000033000003300000003330003330000000333303333000
  208.       00003333333330000000}
  209.     OnDownClick = attackSpinDownClick
  210.     OnUpClick = attackSpinUpClick
  211.   end
  212.   object decaySpin: TSpinButton
  213.     Left = 280
  214.     Top = 81
  215.     Width = 20
  216.     Height = 19
  217.     DownGlyph.Data = {
  218.       A6000000424DA600000000000000760000002800000009000000060000000100
  219.       0400000000003000000000000000000000000000000000000000000000000000
  220.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  221.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  222.       0000333303333000000033300033300000003300000330000000300000003000
  223.       00003333333330000000}
  224.     TabOrder = 7
  225.     UpGlyph.Data = {
  226.       A6000000424DA600000000000000760000002800000009000000060000000100
  227.       0400000000003000000000000000000000000000000000000000000000000000
  228.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  229.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  230.       0000300000003000000033000003300000003330003330000000333303333000
  231.       00003333333330000000}
  232.     OnDownClick = decaySpinDownClick
  233.     OnUpClick = decaySpinUpClick
  234.   end
  235.   object OKBtn: TBitBtn
  236.     Left = 32
  237.     Top = 158
  238.     Width = 81
  239.     Height = 27
  240.     Caption = 'OK'
  241.     ModalResult = 1
  242.     TabOrder = 8
  243.     OnClick = OKBtnClick
  244.     Glyph.Data = {
  245.       DE010000424DDE01000000000000760000002800000024000000120000000100
  246.       0400000000006801000000000000000000000000000000000000000000000000
  247.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  248.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  249.       3333333333333333333333330000333333333333333333333333F33333333333
  250.       00003333344333333333333333377F3333333333000033334224333333333333
  251.       337337F3333333330000333422224333333333333733337F3333333300003342
  252.       222224333333333373333337F3333333000034222A22224333333337F337F333
  253.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  254.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  255.       0000333333333A222433333333333337F337F33300003333333333A222433333
  256.       333333337F337F33000033333333333A222433333333333337F337F300003333
  257.       33333333A222433333333333337F337F00003333333333333A22433333333333
  258.       3337F37F000033333333333333A223333333333333337F730000333333333333
  259.       333A333333333333333337330000333333333333333333333333333333333333
  260.       0000}
  261.     Margin = 2
  262.     NumGlyphs = 2
  263.     Spacing = -1
  264.     IsControl = True
  265.   end
  266.   object timer: TTimer
  267.     Enabled = False
  268.     Interval = 500
  269.     OnTimer = timerTimer
  270.     Left = 296
  271.     Top = 104
  272.   end
  273. end
  274.